home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
14642
/
14642.xpi
/
chrome
/
content
/
createCategory.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-09-14
|
2KB
|
48 lines
<?xml version="1.0"?>
<!-- Copyright 2009, Boomtango.com, All Rights Reserved -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css" ?>
<?xml-stylesheet href="chrome://boomtango/skin/bt.css" type="text/css" ?>
<!DOCTYPE page SYSTEM "chrome://boomtango/locale/bt.dtd">
<dialog id="boomtangoCreateCategory"
title="&createc.title;"
onload="mgr.onLoad();"
ondialogaccept="return mgr.onOK();"
buttons="accept,cancel"
buttonlabelaccept="&createc.create;"
style="background-color: white !important;"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox>
<label id="title" value="&createc.title;" />
<description>
&createc.desc;
</description>
<grid>
<columns>
<column />
<column />
</columns>
<rows>
<row>
<label value="&createc.name;"/>
<textbox id="name" />
</row>
<row>
<label value="&createc.keywords;" />
<vbox>
<textbox id="keywords" />
<label id="keyword_desc" value="&createc.keywords.desc;" />
</vbox>
</row>
<row>
<spacer />
<checkbox id="regex" label="&createc.regex;" onclick="mgr.onRegexClick();" />
</row>
</rows>
</grid>
</vbox>
<script src="createCategory.js" />
</dialog>